From 64ffd759af42d018292ad617a48fc6c839c4cc91 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 20 Jan 2014 17:45:37 -0500 Subject: [PATCH] docs: fix typo in parameter name --- gdk/x11/gdkdisplay-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/x11/gdkdisplay-x11.c b/gdk/x11/gdkdisplay-x11.c index a065d5ba8c..8142e1b80a 100644 --- a/gdk/x11/gdkdisplay-x11.c +++ b/gdk/x11/gdkdisplay-x11.c @@ -1947,7 +1947,7 @@ gdk_x11_display_finalize (GObject *object) * gdk_x11_lookup_xdisplay: * @xdisplay: a pointer to an X Display * - * Find the #GdkDisplay corresponding to @display, if any exists. + * Find the #GdkDisplay corresponding to @xdisplay, if any exists. * * Return value: (transfer none) (type GdkX11Display): the #GdkDisplay, if found, otherwise %NULL. * -- 2.30.2